Class symantec.itools.db.beans.binding.LookupEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.LookupEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.binding.LookupEditorPanel

public class LookupEditorPanel
extends JPanel
implements InnerPanel

Variable Index

 o OF
 o QNS
 o cols
 o columns
 o fullName
 o lm
 o name
 o notify
 o numberRows
 o selectedColumns
 o selectedQN

Constructor Index

 o symantec.itools.db.beans.binding.LookupEditorPanel()

Method Index

 o checkRows()
 o fillUp()
 o getColumns()
 o getQueryNavigators()
 o getString()
 o makeUpName()
 o needsQuotes()
 o selectQN(String)
 o setString(String)
 o update()

Variables

 o OF
public symantec.itools.db.beans.util.ObjectFinder OF
 o QNS
public java.util.Vector QNS
 o cols
protected java.lang.String[] cols
 o columns
protected int columns
 o fullName
protected java.lang.String fullName
 o lm
public com.sun.java.swing.DefaultListModel lm
 o name
protected symantec.itools.db.beans.binding.Name name
 o notify
protected boolean notify
 o numberRows
protected int numberRows
 o selectedColumns
public com.sun.java.swing.DefaultListModel selectedColumns
 o selectedQN
public com.symantec.itools.vcafe.openapi.VisualObject selectedQN

Constructors

 o LookupEditorPanel
public LookupEditorPanel()

Methods

 o checkRows
public void checkRows()
 o fillUp
protected void fillUp()
 o getColumns
protected void getColumns()
 o getQueryNavigators
public void getQueryNavigators()
 o getString
public java.lang.String getString()
 o makeUpName
protected void makeUpName()
 o needsQuotes
public boolean needsQuotes()
 o selectQN
protected void selectQN(String s)
 o setString
public void setString(String s)
 o update
public void update()

All Packages  Class Hierarchy  This Package  Previous  Next  Index